From 905a37d9b6d275ee20606ad90d78b5479b30f4d7 Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Fri, 4 Mar 2005 15:55:49 +0000 Subject: [PATCH] bitkeeper revision 1.1236.1.58 (42288505tf22vxeNSISpP2B48DpV5A) Fix the Emacs 'local variables' block to include required end stmt. Signed-off-by: Keir Fraser --- xen/arch/x86/boot/mkelf32.c | 1 + xen/arch/x86/domain.c | 1 + xen/arch/x86/domain_build.c | 1 + xen/arch/x86/i387.c | 1 + xen/arch/x86/idle0_task.c | 1 + xen/arch/x86/mm.c | 1 + xen/arch/x86/pci-pc.c | 1 + xen/arch/x86/setup.c | 1 + xen/arch/x86/shadow.c | 1 + xen/arch/x86/smpboot.c | 1 + xen/arch/x86/time.c | 1 + xen/arch/x86/traps.c | 1 + xen/arch/x86/vmx.c | 1 + xen/arch/x86/vmx_io.c | 1 + xen/arch/x86/vmx_platform.c | 1 + xen/arch/x86/vmx_vmcs.c | 1 + xen/arch/x86/x86_32/mm.c | 1 + xen/arch/x86/x86_32/seg_fixup.c | 1 + xen/arch/x86/x86_32/traps.c | 1 + xen/arch/x86/x86_64/mm.c | 1 + xen/common/ac_timer.c | 1 + xen/common/dom0_ops.c | 1 + xen/common/dom_mem_ops.c | 1 + xen/common/domain.c | 1 + xen/common/elf.c | 1 + xen/common/event_channel.c | 1 + xen/common/grant_table.c | 1 + xen/common/kernel.c | 1 + xen/common/keyhandler.c | 1 + xen/common/lib.c | 1 + xen/common/multicall.c | 1 + xen/common/page_alloc.c | 1 + xen/common/perfc.c | 1 + xen/common/physdev.c | 1 + xen/common/resource.c | 1 + xen/common/sched_atropos.c | 1 + xen/common/sched_bvt.c | 1 + xen/common/sched_rrobin.c | 1 + xen/common/schedule.c | 1 + xen/common/softirq.c | 1 + xen/common/string.c | 1 + xen/common/trace.c | 1 + xen/common/vsprintf.c | 1 + xen/common/xmalloc.c | 1 + xen/drivers/char/console.c | 1 + xen/drivers/char/serial.c | 1 + xen/include/asm-ia64/domain.h | 1 + xen/include/asm-x86/domain.h | 1 + xen/include/asm-x86/ldt.h | 1 + xen/include/asm-x86/page.h | 1 + xen/include/asm-x86/processor.h | 1 + xen/include/asm-x86/serial.h | 1 + xen/include/asm-x86/shadow.h | 1 + xen/include/asm-x86/vmx_vmcs.h | 1 + xen/include/asm-x86/x86_32/current.h | 1 + xen/include/asm-x86/x86_32/page.h | 1 + xen/include/asm-x86/x86_64/current.h | 1 + xen/include/asm-x86/x86_64/page.h | 1 + xen/include/public/physdev.h | 1 + xen/include/xen/ac_timer.h | 1 + xen/include/xen/sched.h | 1 + xen/include/xen/serial.h | 1 + xen/include/xen/time.h | 1 + 63 files changed, 63 insertions(+) diff --git a/xen/arch/x86/boot/mkelf32.c b/xen/arch/x86/boot/mkelf32.c index 3f1f98cc60..4b7515c8cc 100644 --- a/xen/arch/x86/boot/mkelf32.c +++ b/xen/arch/x86/boot/mkelf32.c @@ -406,4 +406,5 @@ int main(int argc, char **argv) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c index f2b46e8c07..ccff154191 100644 --- a/xen/arch/x86/domain.c +++ b/xen/arch/x86/domain.c @@ -1004,4 +1004,5 @@ void domain_relinquish_memory(struct domain *d) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/domain_build.c b/xen/arch/x86/domain_build.c index 75130fe1c6..2948820db9 100644 --- a/xen/arch/x86/domain_build.c +++ b/xen/arch/x86/domain_build.c @@ -542,4 +542,5 @@ int elf_sanity_check(Elf_Ehdr *ehdr) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/i387.c b/xen/arch/x86/i387.c index 8d87b610ea..82cf45bbac 100644 --- a/xen/arch/x86/i387.c +++ b/xen/arch/x86/i387.c @@ -63,4 +63,5 @@ void restore_fpu(struct exec_domain *tsk) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/idle0_task.c b/xen/arch/x86/idle0_task.c index f84ed565d0..71fbc34dd6 100644 --- a/xen/arch/x86/idle0_task.c +++ b/xen/arch/x86/idle0_task.c @@ -24,4 +24,5 @@ struct tss_struct init_tss[NR_CPUS]; * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index 72ba2e2797..158dbb6306 100644 --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm.c @@ -3002,4 +3002,5 @@ void audit_domains_key(unsigned char key) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/pci-pc.c b/xen/arch/x86/pci-pc.c index 2c4129a725..871fb81287 100644 --- a/xen/arch/x86/pci-pc.c +++ b/xen/arch/x86/pci-pc.c @@ -1553,4 +1553,5 @@ int pcibios_enable_device(struct pci_dev *dev, int mask) * c-basic-offset: 8 * tab-width: 8 * indent-tabs-mode: t + * End: */ diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index 1b6ffd6717..79106593bb 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -630,4 +630,5 @@ void __init __start_xen(multiboot_info_t *mbi) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/shadow.c b/xen/arch/x86/shadow.c index 1ac97c6da6..e5b369ebc8 100644 --- a/xen/arch/x86/shadow.c +++ b/xen/arch/x86/shadow.c @@ -1167,4 +1167,5 @@ int _check_all_pagetables(struct domain *d, char *s) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/smpboot.c b/xen/arch/x86/smpboot.c index c5ee74fa37..3bdcd39dad 100644 --- a/xen/arch/x86/smpboot.c +++ b/xen/arch/x86/smpboot.c @@ -952,4 +952,5 @@ void __init smp_boot_cpus(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/time.c b/xen/arch/x86/time.c index ab0c1bc653..e4d28aa54d 100644 --- a/xen/arch/x86/time.c +++ b/xen/arch/x86/time.c @@ -385,4 +385,5 @@ void __init time_init(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/traps.c b/xen/arch/x86/traps.c index 422c737c43..eb44a63206 100644 --- a/xen/arch/x86/traps.c +++ b/xen/arch/x86/traps.c @@ -924,4 +924,5 @@ unsigned long do_get_debugreg(int reg) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/vmx.c b/xen/arch/x86/vmx.c index ada1403714..248e42bd64 100644 --- a/xen/arch/x86/vmx.c +++ b/xen/arch/x86/vmx.c @@ -948,4 +948,5 @@ asmlinkage void load_cr2(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/vmx_io.c b/xen/arch/x86/vmx_io.c index 763c9d5d28..2152174a7f 100644 --- a/xen/arch/x86/vmx_io.c +++ b/xen/arch/x86/vmx_io.c @@ -424,4 +424,5 @@ void vmx_do_resume(struct exec_domain *d) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/vmx_platform.c b/xen/arch/x86/vmx_platform.c index 6425ed0fbe..08d5e3d80a 100644 --- a/xen/arch/x86/vmx_platform.c +++ b/xen/arch/x86/vmx_platform.c @@ -558,4 +558,5 @@ void handle_mmio(unsigned long va, unsigned long gpa) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/vmx_vmcs.c b/xen/arch/x86/vmx_vmcs.c index 38fcec8ead..6f95933180 100644 --- a/xen/arch/x86/vmx_vmcs.c +++ b/xen/arch/x86/vmx_vmcs.c @@ -471,4 +471,5 @@ void vm_resume_fail(unsigned long eflags) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/x86_32/mm.c b/xen/arch/x86/x86_32/mm.c index eebf24edb0..db77bbe8c0 100644 --- a/xen/arch/x86/x86_32/mm.c +++ b/xen/arch/x86/x86_32/mm.c @@ -393,4 +393,5 @@ void memguard_unguard_range(void *p, unsigned long l) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/x86_32/seg_fixup.c b/xen/arch/x86/x86_32/seg_fixup.c index 2f3c5f0bc8..00c388dc92 100644 --- a/xen/arch/x86/x86_32/seg_fixup.c +++ b/xen/arch/x86/x86_32/seg_fixup.c @@ -499,4 +499,5 @@ int gpf_emulate_4gb(struct xen_regs *regs) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/x86_32/traps.c b/xen/arch/x86/x86_32/traps.c index 244ef6bf70..7ba0443da5 100644 --- a/xen/arch/x86/x86_32/traps.c +++ b/xen/arch/x86/x86_32/traps.c @@ -329,4 +329,5 @@ long do_set_callbacks(unsigned long event_selector, * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/arch/x86/x86_64/mm.c b/xen/arch/x86/x86_64/mm.c index 81db148147..b0de7df329 100644 --- a/xen/arch/x86/x86_64/mm.c +++ b/xen/arch/x86/x86_64/mm.c @@ -414,4 +414,5 @@ void memguard_unguard_range(void *p, unsigned long l) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/ac_timer.c b/xen/common/ac_timer.c index e5800b4a04..1f27ed7b08 100644 --- a/xen/common/ac_timer.c +++ b/xen/common/ac_timer.c @@ -294,4 +294,5 @@ void __init ac_timer_init(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/dom0_ops.c b/xen/common/dom0_ops.c index 8d13a6a216..50b59cb419 100644 --- a/xen/common/dom0_ops.c +++ b/xen/common/dom0_ops.c @@ -495,4 +495,5 @@ long do_dom0_op(dom0_op_t *u_dom0_op) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/dom_mem_ops.c b/xen/common/dom_mem_ops.c index 3e7608b598..5d761d84dc 100644 --- a/xen/common/dom_mem_ops.c +++ b/xen/common/dom_mem_ops.c @@ -174,4 +174,5 @@ do_dom_mem_op(unsigned long op, * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/domain.c b/xen/common/domain.c index a406f97200..c80b9b157f 100644 --- a/xen/common/domain.c +++ b/xen/common/domain.c @@ -386,4 +386,5 @@ long vm_assist(struct domain *p, unsigned int cmd, unsigned int type) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/elf.c b/xen/common/elf.c index 3beb7b54c9..90e831d78a 100644 --- a/xen/common/elf.c +++ b/xen/common/elf.c @@ -158,4 +158,5 @@ int loadelfimage(char *elfbase) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/event_channel.c b/xen/common/event_channel.c index 2c4d6bd0f0..69857e644c 100644 --- a/xen/common/event_channel.c +++ b/xen/common/event_channel.c @@ -667,4 +667,5 @@ void destroy_event_channels(struct domain *d) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index 3eb21f7d71..f74a5fcee7 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -638,4 +638,5 @@ grant_table_init( * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/kernel.c b/xen/common/kernel.c index 0aefefbaa7..9ae32fad1e 100644 --- a/xen/common/kernel.c +++ b/xen/common/kernel.c @@ -94,4 +94,5 @@ long do_ni_hypercall(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/keyhandler.c b/xen/common/keyhandler.c index b1ed11162d..0141f33111 100644 --- a/xen/common/keyhandler.c +++ b/xen/common/keyhandler.c @@ -208,4 +208,5 @@ void initialize_keytable(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/lib.c b/xen/common/lib.c index e441571176..2e94339025 100644 --- a/xen/common/lib.c +++ b/xen/common/lib.c @@ -448,4 +448,5 @@ s64 __moddi3(s64 a, s64 b) * c-basic-offset: 8 * tab-width: 8 * indent-tabs-mode: t + * End: */ diff --git a/xen/common/multicall.c b/xen/common/multicall.c index fab9c5f70c..cbdf20b63e 100644 --- a/xen/common/multicall.c +++ b/xen/common/multicall.c @@ -87,4 +87,5 @@ long do_multicall(multicall_entry_t *call_list, unsigned int nr_calls) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c index 61b4b2b4a8..14f0c8c872 100644 --- a/xen/common/page_alloc.c +++ b/xen/common/page_alloc.c @@ -615,4 +615,5 @@ unsigned long avail_domheap_pages(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/perfc.c b/xen/common/perfc.c index 2088b45ee7..c8965ea5a8 100644 --- a/xen/common/perfc.c +++ b/xen/common/perfc.c @@ -228,4 +228,5 @@ int perfc_control(dom0_perfccontrol_t *pc) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/physdev.c b/xen/common/physdev.c index 7ae1192af4..b836baff7d 100644 --- a/xen/common/physdev.c +++ b/xen/common/physdev.c @@ -783,4 +783,5 @@ void physdev_init_dom0(struct domain *p) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/resource.c b/xen/common/resource.c index 40bc553ea8..5f264c9806 100644 --- a/xen/common/resource.c +++ b/xen/common/resource.c @@ -325,4 +325,5 @@ __setup("reserve=", reserve_setup); * c-basic-offset: 8 * tab-width: 8 * indent-tabs-mode: t + * End: */ diff --git a/xen/common/sched_atropos.c b/xen/common/sched_atropos.c index 8f19a18546..ec24c03fe2 100644 --- a/xen/common/sched_atropos.c +++ b/xen/common/sched_atropos.c @@ -691,4 +691,5 @@ struct scheduler sched_atropos_def = { * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/sched_bvt.c b/xen/common/sched_bvt.c index 04ec424e48..3b91b2a9ab 100644 --- a/xen/common/sched_bvt.c +++ b/xen/common/sched_bvt.c @@ -596,4 +596,5 @@ struct scheduler sched_bvt_def = { * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/sched_rrobin.c b/xen/common/sched_rrobin.c index 9bd599842f..cfc30c11a1 100644 --- a/xen/common/sched_rrobin.c +++ b/xen/common/sched_rrobin.c @@ -223,4 +223,5 @@ struct scheduler sched_rrobin_def = { * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/schedule.c b/xen/common/schedule.c index f5d4727ff7..eb2ae6fcac 100644 --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -640,4 +640,5 @@ void reset_sched_histo(unsigned char key) { } * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/softirq.c b/xen/common/softirq.c index 13e17bd9ac..5a7cd2dabc 100644 --- a/xen/common/softirq.c +++ b/xen/common/softirq.c @@ -47,4 +47,5 @@ void open_softirq(int nr, softirq_handler handler) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/string.c b/xen/common/string.c index a557da7218..7c6e74df7e 100644 --- a/xen/common/string.c +++ b/xen/common/string.c @@ -565,4 +565,5 @@ void *memchr(const void *s, int c, size_t n) * c-basic-offset: 8 * tab-width: 8 * indent-tabs-mode: t + * End: */ diff --git a/xen/common/trace.c b/xen/common/trace.c index f9c08b06d7..d77ed303c8 100644 --- a/xen/common/trace.c +++ b/xen/common/trace.c @@ -128,4 +128,5 @@ int get_tb_info(dom0_gettbufs_t *st) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/vsprintf.c b/xen/common/vsprintf.c index 58ef8fe140..55d538563d 100644 --- a/xen/common/vsprintf.c +++ b/xen/common/vsprintf.c @@ -521,4 +521,5 @@ int sprintf(char * buf, const char *fmt, ...) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/common/xmalloc.c b/xen/common/xmalloc.c index 97fdf7e327..a3ebc0c778 100644 --- a/xen/common/xmalloc.c +++ b/xen/common/xmalloc.c @@ -207,4 +207,5 @@ void xfree(const void *p) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/drivers/char/console.c b/xen/drivers/char/console.c index dfdb1d7a2e..31abeeed21 100644 --- a/xen/drivers/char/console.c +++ b/xen/drivers/char/console.c @@ -642,4 +642,5 @@ void __out_of_line_bug(int line) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/drivers/char/serial.c b/xen/drivers/char/serial.c index 9099bb40bb..868cabfb4d 100644 --- a/xen/drivers/char/serial.c +++ b/xen/drivers/char/serial.c @@ -486,4 +486,5 @@ void serial_force_unlock(int handle) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-ia64/domain.h b/xen/include/asm-ia64/domain.h index 1e86d68ce1..e9ad74ceeb 100644 --- a/xen/include/asm-ia64/domain.h +++ b/xen/include/asm-ia64/domain.h @@ -106,4 +106,5 @@ extern struct mm_struct init_mm; * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/domain.h b/xen/include/asm-x86/domain.h index d8bb48043d..90246d63ed 100644 --- a/xen/include/asm-x86/domain.h +++ b/xen/include/asm-x86/domain.h @@ -136,4 +136,5 @@ struct arch_exec_domain * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/ldt.h b/xen/include/asm-x86/ldt.h index d76dd35cb6..096f7286d0 100644 --- a/xen/include/asm-x86/ldt.h +++ b/xen/include/asm-x86/ldt.h @@ -36,4 +36,5 @@ static inline void load_LDT(struct exec_domain *ed) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/page.h b/xen/include/asm-x86/page.h index 1dad979f2e..6ec5dc98e3 100644 --- a/xen/include/asm-x86/page.h +++ b/xen/include/asm-x86/page.h @@ -153,4 +153,5 @@ map_pages( * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/processor.h b/xen/include/asm-x86/processor.h index 9e0110cdbb..3614d52db5 100644 --- a/xen/include/asm-x86/processor.h +++ b/xen/include/asm-x86/processor.h @@ -519,4 +519,5 @@ asmlinkage void fatal_trap(int trapnr, struct xen_regs *regs); * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/serial.h b/xen/include/asm-x86/serial.h index 37c8402d9d..b93d28fb7e 100644 --- a/xen/include/asm-x86/serial.h +++ b/xen/include/asm-x86/serial.h @@ -18,4 +18,5 @@ * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/shadow.h b/xen/include/asm-x86/shadow.h index 2e364eacc8..59f5f12fb4 100644 --- a/xen/include/asm-x86/shadow.h +++ b/xen/include/asm-x86/shadow.h @@ -853,4 +853,5 @@ extern int _check_all_pagetables(struct domain *d, char *s); * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/vmx_vmcs.h b/xen/include/asm-x86/vmx_vmcs.h index aa4e9e4422..79262f5b43 100644 --- a/xen/include/asm-x86/vmx_vmcs.h +++ b/xen/include/asm-x86/vmx_vmcs.h @@ -219,4 +219,5 @@ extern unsigned int opt_vmx_debug_level; * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/x86_32/current.h b/xen/include/asm-x86/x86_32/current.h index 14ad30ba22..9dbcb06f28 100644 --- a/xen/include/asm-x86/x86_32/current.h +++ b/xen/include/asm-x86/x86_32/current.h @@ -62,4 +62,5 @@ static inline unsigned long get_stack_bottom(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/x86_32/page.h b/xen/include/asm-x86/x86_32/page.h index b75df5ca28..e28a7b65db 100644 --- a/xen/include/asm-x86/x86_32/page.h +++ b/xen/include/asm-x86/x86_32/page.h @@ -79,4 +79,5 @@ typedef l2_pgentry_t root_pgentry_t; * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/x86_64/current.h b/xen/include/asm-x86/x86_64/current.h index 5ee7321658..a75c1d2526 100644 --- a/xen/include/asm-x86/x86_64/current.h +++ b/xen/include/asm-x86/x86_64/current.h @@ -62,4 +62,5 @@ static inline unsigned long get_stack_bottom(void) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/asm-x86/x86_64/page.h b/xen/include/asm-x86/x86_64/page.h index 6bfed12fef..5248eae3ca 100644 --- a/xen/include/asm-x86/x86_64/page.h +++ b/xen/include/asm-x86/x86_64/page.h @@ -106,4 +106,5 @@ typedef l4_pgentry_t root_pgentry_t; * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/public/physdev.h b/xen/include/public/physdev.h index 899c1966a1..9ff3800afc 100644 --- a/xen/include/public/physdev.h +++ b/xen/include/public/physdev.h @@ -85,4 +85,5 @@ typedef struct _physdev_op_st * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/xen/ac_timer.h b/xen/include/xen/ac_timer.h index 0493ebe895..16e012ca10 100644 --- a/xen/include/xen/ac_timer.h +++ b/xen/include/xen/ac_timer.h @@ -96,4 +96,5 @@ extern int reprogram_ac_timer(s_time_t timeout); * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 5e5bb690f0..83925b46f5 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -408,4 +408,5 @@ static inline void domain_unpause_by_systemcontroller(struct domain *d) * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/xen/serial.h b/xen/include/xen/serial.h index 0c62732d86..cb61a66c6b 100644 --- a/xen/include/xen/serial.h +++ b/xen/include/xen/serial.h @@ -59,4 +59,5 @@ void serial_force_unlock(int handle); * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ diff --git a/xen/include/xen/time.h b/xen/include/xen/time.h index c92e6468d3..8bfcaed79e 100644 --- a/xen/include/xen/time.h +++ b/xen/include/xen/time.h @@ -67,4 +67,5 @@ extern void do_settime(unsigned long secs, unsigned long usecs, * c-basic-offset: 4 * tab-width: 4 * indent-tabs-mode: nil + * End: */ -- 2.30.2